home *** CD-ROM | disk | FTP | other *** search
- // Generic Polyray input File
- // Shape Test file
-
- include "..\colors.inc"
-
- viewpoint {
- from <0,14,-25>
- at <0,8,0>
- angle 45
- aspect 4/3
- resolution 320, 240
- }
-
- light <40,100,-100>
-
- include "plant.inc"
- plant //{YourTexture}
- // for -t option
-
-
- object {
- disc <0, 0, 0>, <0, 1, 0>, 1000
- texture{ surface{
- color <1, 0.75, 0.3>
- ambient 0.3
- diffuse 0.7 } }
- }
-
-
-